←Select platform

CreateFromYUVData(byte[],int,int,RasterYUVFormat,int,int,int) Method

Summary

Creates a new RasterImage using the specified parameters and fills the image using the specified YUV data.

Syntax

C#
VB
C++
public static RasterImage CreateFromYUVData( 
   byte[] buffer, 
   int bufferIndex, 
   int bufferCount, 
   RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
) 
Public Overloads Shared Function CreateFromYUVData( _ 
   ByVal buffer() As Byte, _ 
   ByVal bufferIndex As Integer, _ 
   ByVal bufferCount As Integer, _ 
   ByVal yuvFormat As Leadtools.RasterYUVFormat, _ 
   ByVal width As Integer, _ 
   ByVal height As Integer, _ 
   ByVal bitsPerPixel As Integer _ 
) As Leadtools.RasterImage 
public: 
static Leadtools.RasterImage^ CreateFromYUVData(  
   array<byte>^ buffer, 
   int bufferIndex, 
   int bufferCount, 
   Leadtools.RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
)  

Parameters

buffer
Buffer that contains the YUV data.

bufferIndex
The zero-based index into the buffer where the set operation should start.

bufferCount
Size of the data buffer pointed to by buffer. If this value is incorrect, this method will throw an exception.

yuvFormat
Specifies the YUV data format.

width
Width of the image in pixels.

height
Height of the image in pixels.

bitsPerPixel
The number of bits per pixel.

Valid values are 8, 24, and 32.

Return Value

The newly created RasterImage object.

Remarks

For more information, see SetYUVData

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly